Search this book |
Previous | Table of contents | Next
Appendix C: Selected Readings
This page lists selected readings to supplement the texts.
Browsability
- Aslib, Proceedings of the International Study Conference on Classification for Information Retrieval (London: Aslib, 1957)
- Bohdan S. Wynar, Introduction to Cataloging and Classification (Libraries Unlimited: Littleton CO, 1980) pg. 394
- Derek Langridge, Approach to Classification for Students of Librarianship (Hamden, Connecticut: Linnet Books, 1973)
CGI Scripting
- "AppleScript Archives" <URL:ftp://gaea.kgs.ukans.edu/applescript/>
- "Overview of CGI" - "This page contains pointers to information and resources on the Common Gateway Interface, a standard for the interface between external gateway programs and information servers." <URL:http://www.w3.org/hypertext/WWW/CGI/Overview.html>
- "Common Gateway Interface" - [This is the official specification for CGI scripting.] <URL:http://hoohoo.ncsa.uiuc.edu/cgi/intro.html>
- Chuck Shotton, "Using FileMaker Pro with MacHTTP" - An archive with sample forms and CGI that shows how to hook MacHTTP to FMPro. <URL:http://www.biap.com/machttp/examples/fmpro.sit.hqx>
- Chuck Shotton, "HyperCard CGI Demo" - Sample stack and HTML form demonstrating how HyperCard can be used to process searches, forms, etc. using the new CGI file type and "sdoc" AppleEvent sent by MacHTTP. <URL:http://www.biap.com/machttp/ftp/hc_cgi_demo.sit.hqx>
- Chuck Shotton, "Writing Search Engines for MacHTTP " - This points to an archive containing C source code for a sample application that performs searches in conjunction with MacHTTP using the "srch" AppleEvent. <URL:http://www.biap.com/machttp/ftp/search_ex.sit.hqx>
- Daaron Dwyer, "CGIs In Mac C" <URL:http://www.mccom.com/CGIinC/>
- Danny Goodman, Complete AppleScript Handbook (Random House: New York, 1994)
- Dave Winer, "Aretha Website" - "Frontier is a scripting system for the Macintosh. Lots of features, lots of verbs. It used to be a commercial product, but now it's free. Why? Because I want Frontier to have a shot at becoming a standard. I think it'll be fun!" <URL:http://www.hotwired.com/staff/userland/aretha/>
- Derrick Schneider, Tao of AppleScript (Hayden Books: Carmel, IN, 1993)
- Grant Neufeld, "Grant's CGI Framework" - Grant's CGI Framework is a framework for writing 68K Macintosh CGI applications in C. It currently comes with a CodeWarrior project. Features: - AppleScriptable (including the CGI sdoc event!) - Threaded - Single function entry-point for customizing to your own needs - If you use it to write free applications, it's free to use <URL:http://arpp1.carleton.ca/grant/mac/grantscgi.html>
- Ian Andrew Bell, "Macintosh WWW Tools Compendium" <URL:http://www.arpp.sfu.ca/tools/>
- John O'Fallon, "Maxum Home Page" - [This page documents many of the products of Maxum.] <URL:HTTP://www.digimark.net/maxum/>
- Jon Wiederspan, "Extending WebSTAR" - Below are links to pages that hopefully will help you learn how to create CGI applications to extend the capabilities of your WebSTAR server. The primary requirements for following these lessons are a willingness to learn, patience with my jokes, and a WebSTAR server to practice on. Since the language I use in these lessons is AppleScript, it would also be a good idea to have some familiarity with it, although many complete beginners find the information here sufficient to get going. <URL:http://www.uwtc.washington.edu/Computing/WWW/Lessons/START_HERE.html>
- Jon Wiederspan, "Extending MacHTTP" - The following is a directory of the pages I have or hope to have soon that will help you learn how to use and/or create CGI applications to extend the capabilities of your MacHTTP server. The only requirement for following these lessons is a willingness to learn, patience with my jokes, and a MacHTTP server to practice on. <URL:http://www.biap.com/tutorials/Extending_MacHTTP/ExtendingMacHTTP.html>
- Jon Wiederspan, "MacWWW - CGI Applications" - [This page lists various CGI applications for use with your Macintosh-based WWW server.] <URL:http://www.uwtc.washington.edu/Computing/WWW/Mac/CGI.html>
- Jon Wiederspan, "Extending MacHTTP" <URL:http://www.uwtc.washington.edu/Computing/WWW/ExtendingMacHTTP.html>
- Martin Fenner, Fred Terry, and PreFab Software, Inc., "ScriptWeb" - "This virtual site is a collaborative effort to provide a single source of information for Macintosh scripting, primarily for AppleScript and Frontier." <URL:http://www.gz.com/scriptweb/>
- Mason Hale, "Frontier CGI Scripting" - This is the home of documentation and examples related to the writing and running of CGI scripts in the Frontier scripting environment. <URL:http://www.webedge.com/frontier/>
- Matthias Neeracher, "MacPerl Q & A" <URL:http://err.ethz.ch/members/neeri/macintosh/perl-qa.html>
- Netscape Communications, Inc., "Netscape API for the Macintosh" - "Netscape uses AppleEvents to interact with other Macintosh applications. It is scriptable, and partially recordable. Most of the events (and all Netscape-specific ones) are documented in the Netscape's AppleEvent dictionary. You see the dictionary with the Script Editor, a scripting utility available from Apple." <URL:http://home.netscape.com/newsref/std/mac-remote-control.html>
- Robert Godwin-Jones, "Guide to Web Forms and CGI Scripts for Language Learning" <URL:http://www.fln.vcu.edu/cgi/interact.html>
- Sandra Silcot, "MacPerl Primer" - "This Primer is intended to assist new users get started with Macintosh Perl, and to point out salient differences for experienced Unix Perlers. This Primer is not a language reference manual, nor does it replace Matthias's documentation or Hal Wine's Frequently Asked Questions (FAQ) about MacPerl. The primer assumes you have already obtained and installed MacPerl, and that you have read the MacPerl FAQ." <URL:http://www.unimelb.edu.au/~ssilcot/macperl-primer/home.html>
- Scott S. Lawton, "Scripting" - Our goal is to make this site one of the three most useful places on the Web for Macintosh script writers, focusing on AppleScript and Frontier. (We also don't mind some good -- hopefully friendly -- competition!) <URL:http://www.tiac.net/prefab/scripting.html>
- Spyglass, Inc. , "Software Development Interface" - "This document describes a cross-platform API which can be used to extend the capabilities of Web browsers by integrating them with other applications. The API is specified as a set of platform-independent generic verbs which can be issued either to or from Web browsers. Platform-specific implementations of this spec are given for the AppleEvents and DDE transports. Future transports to be provided include OLE2 and TCP/IP (for UNIX)." <URL:http://www.spyglass.com:4040/newtechnology/integration/iapi.htm>
- Tom Trinko, Applied Mac Scripting (M and T Books: New York, 1995) - The volume represents just about the only book available describing how to program Frontier.
Editing HTML
- "Guides to Writing HTML Documents" - "These guides are about writing style, which HTML constructs to use when, when to divide up documents into multiple parts, etc. Also see information on the HTML language itself, learning HTML, editors, and converters." <URL:http://union.ncsa.uiuc.edu/HyperNews/get/www/html/guides.html>
- "ANSI/ISO 8859-1 Coded Character Set" - "This list, sorted numerically, is derived from ANSI/ISO 8859-1 8-bit single-byte coded graphic character set." <URL:http://www.utirc.utoronto.ca/HTML_2.0/html-spec_11.html#SEC90>
- Bill Spurlock, "HTML Writers Guild Website" - The Guild provides information resources for members in the form of FAQs (Frequently Asked Questions) and answers to those questions. FAQs are especially helpful to new Guild members and beginners in the art of Web authoring. <URL:http://www.mindspring.com/guild/>
- David Siegel, "David Siegel's High Five" - This site demonstrates what can be done with HTML and Netscapisms. <URL:http://www.best.com/~dsiegel/high_five/high_five.html>
- Eamonn Sullivan, "Crash course on writing documents for the Web" - "wrote this to help people in PC Week Labs to write documents for our web server. It's designed for someone who wants to put a page on the web but could care less about most of the technical details and doesn't want to read a book. I hope it's helpful." <URL:http://www.ziff.com:8002/~eamonn/crash_course.html>
- Eric Tilton, "Composing Good HTML" - "As the Web continues to explode in its own inimitable fashion, it is becoming more and more important to write HTML that conforms to certain guidelines. Specifically, with the current diversity of clients for the Web (and we can only expect to see more!), it's become important to write HTML that will look good on any client, and not just on the specific client which the author may have access to." <URL:http://www.cs.cmu.edu/~tilt/cgh/>
- Hakon W Lie, "HTML Style sheets" - "This page contains pointers to information about style sheets in the context of HTML. A mailing list, www-style@w3.org, has been started to host discussions on this topic. Feel free to add/delete yourself or browse the archive." <URL:http://www.w3.org/hypertext/WWW/Style/>
- HTML Writers Guild, "Principles of Good HTML Design" - This is a list of ``general principles'' of quality HTML design. It is intended to educate HTML authors to the elements of good and bad HTML style. It does not seek to ``control'' Guild members, but rather to encourage them to adopt these practices in their everyday HTML construction. <URL:http://ugweb.cs.ualberta.ca/~gerald/guild/style.html>
- Iam Graham, "HTML Documentation" <URL:http://www.utirc.utoronto.ca/HTMLdocs/NewHTML/htmlindex.html>
- Jeff Barry, "The Hypertext Markup Language (HTML) and the World-Wide-Web: Raising ASCII Text to a New Level of Usability." The Public Access Computer Systems Review, 5 no. 5 (1994):5-62 <URL:ftp://ftp.lib.ncsu.edu/pub/stacks/pacsr/pr-v5n05-barry-hypertext>
- John Price-Wilkin, "Using the World Wide-Wide Web to Deliver Complex Electronic Documents: Implications for Libraries." The Public Access Computer Systems Review, 5 no. 3 (1994): 5-21 <URL:ftp://ftp.lib.ncsu.edu/pub/stacks/pacsr/pr-v5n03-price-wilkin-using>
- Larry Aronson, HTML Manual of Style (Ziff-Davis Press: Emerville, CA 1994) - This is one of the first HTML books to appear on the market.
- Lars Aronsson, "TEI Filelist -- files of the Text Encoding Initiative" - This list of files is one of the best collections describing the Standardized Generalized Markup Language (SGML). <URL:http://www.lysator.liu.se/runeberg/teip3files.html>
- Laura Lemay, Teach Yourself Web Publishing with HTML in a Week (SAMS Publishing: Indianapolis, IN 1995) - This easy-to-read book is thorough and complete.
- Martin Ramsch, "iso8859-1 table" - [This is a list of the codes used to generate special characters in HTML.] <URL:http://www.uni-passau.de/~ramsch/iso8859-1.html>
- National Center for Supercomputing Applications, "A Beginner's Guide to URLs" <URL:http://www.ncsa.uiuc.edu/demoweb/url-primer.html>
- NCSA, "HTML Primer " <URL:http://www.ncsa.uiuc.edu/demoweb/html-primer.html>
- Robert Lentz, "Macintosh Web Programs and Utilties" <URL:http://www.astro.nwu.edu/lentz/mac/net/mac-web.html>
- Tim Berners-Lee and Dan Connolly, ed., "HyperText Markup Language (HTML)" - "HTML is a markup language for hypertext which is understood by all WWW clients. Here we discuss the HTML language, i.e. its syntax and semantics, including information on the history of the language, status of the standard, and development issues." <URL:http://www.w3.org/hypertext/WWW/MarkUp/MarkUp.html>
- Tom Magliery, "Mag's Big List of HTML Editors" <URL:http://sdg.ncsa.uiuc.edu/~mag/work/HTMLEditors/>
- Tom Savola with Alan Westenbroek and Joseph Heck, Special Edition Using HTML (Que: Indianapolis, IN 1995) - This book, while rather expensive described in detail HTML as well as providing many pieces of software and documentation on its CD-ROM.
- Vannevar Bush, "As We May Think" Atlantic Monthly 176 (July 1945): 101-108 <URL:http://www.csi.uottawa.ca/~dduchier/misc/vbush/as-we-may-think.html>
- Wm. Dennis Horn, "HTML Documents: A Mosaic Tutorial" <URL:http://fire.clarkson.edu/doc/html/htut.html>
- Yale Center for Advanced Instructional Media, "Yale C/AIM WWW Style Manual" - This is one of the more scholarly treatments of the subject. <URL:http://info.med.yale.edu/caim/StyleManual_Top.HTML>
Extending browsers
- Dave Winer, "Aretha Website" - "Frontier is a scripting system for the Macintosh. Lots of features, lots of verbs. It used to be a commercial product, but now it's free. Why? Because I want Frontier to have a shot at becoming a standard. I think it'll be fun!" <URL:http://www.hotwired.com/staff/userland/aretha/>
- Martin Fenner, Fred Terry, and PreFab Software, Inc., "ScriptWeb" - "This virtual site is a collaborative effort to provide a single source of information for Macintosh scripting, primarily for AppleScript and Frontier." <URL:http://www.gz.com/scriptweb/>
- Netscape Communications, Inc., "Netscape API for the Macintosh" - "Netscape uses AppleEvents to interact with other Macintosh applications. It is scriptable, and partially recordable. Most of the events (and all Netscape-specific ones) are documented in the Netscape's AppleEvent dictionary. You see the dictionary with the Script Editor, a scripting utility available from Apple." <URL:http://home.netscape.com/newsref/std/mac-remote-control.html>
- Spyglass, Inc. , "Software Development Interface" - "This document describes a cross-platform API which can be used to extend the capabilities of Web browsers by integrating them with other applications. The API is specified as a set of platform-independent generic verbs which can be issued either to or from Web browsers. Platform-specific implementations of this spec are given for the AppleEvents and DDE transports. Future transports to be provided include OLE2 and TCP/IP (for UNIX)." <URL:http://www.spyglass.com:4040/newtechnology/integration/iapi.htm>
Graphic utilities
- "Computers:World Wide Web: HTML Editors:Macintosh" <URL:http://www.yahoo.com/Computers/World_Wide_Web/HTML_Editors/Macintosh/>
- "Macintosh WWW Development Resources" <URL:http://www.uwtc.washington.edu/Computing/WWW/Macintosh.html>
- Chuck Shotton, "How to serve QuickTime movies" - Serving QuickTime movies from a Mac running MacHTTP is really no different than serving any other binary document (such as GIF or JPEG files) with one exception. The movie data must be in a proper, flattened format. <URL:http://www.biap.com/machttp/howto_qt.html>
- Daniel W. Connolly, Bruno Girschweiler, and Tim Berners-Lee, "Graphics formats for WWW" - "The World-Wide web is a multimedia information space. This means that one of the design issues is dealing with various data formats. In addition to HTML and other textual formats, since the widespread availability of NCSA Mosaic and other visual interfaces to the web, more and more of the web's information is represented or augmented with data in any number of popular graphics formats." <URL:http://www.w3.org/hypertext/WWW/Graphics/Overview.html>
- Robert Lentz, "Macintosh Web Programs and Utilties" <URL:http://www.astro.nwu.edu/lentz/mac/net/mac-web.html>
- Yahoo, "Computers: World Wide Web: HTML Editors:Macintosh" <URL:http://www.yahoo.com/Computers/World_Wide_Web/HTML_Editors/Macintosh/>
Helper Applications
- Scott D. Nelson, "WWW Viewer Test Page" - This pages helps you test your WWW browser for helper applications. By clicking on the "test" buttons a file will be downloaded to your machine and then your browser will try to open it. If it doesn't open the file, then this page lists helper applications that you can use to "fix" the problem. <URL:http://www-dsed.llnl.gov/documents/WWWtest.html>
HTML Editors
- "Computers:World Wide Web: HTML Editors:Macintosh" <URL:http://www.yahoo.com/Computers/World_Wide_Web/HTML_Editors/Macintosh/>
- "Macintosh WWW Development Resources" <URL:http://www.uwtc.washington.edu/Computing/WWW/Macintosh.html>
- IETF (Internet Engineering Task Force), "IETF HyperText Markup Language (HTML) Working Group" <URL:http://www.ics.uci.edu/pub/ietf/html/>
- Yahoo, "Computers: World Wide Web: HTML Editors:Macintosh" <URL:http://www.yahoo.com/Computers/World_Wide_Web/HTML_Editors/Macintosh/>
Image mapping
- Jon Wiederspan, "Maps for MacHTTP" <URL:http://www.uwtc.washington.edu/Computing/WWW/Map.html>
MacHTTP and WebSTAR
- Bill Doerrfeld, "MacHTTP-Talk Digests" <URL:http://www.blueworld.com/bluespace/bluedata/MacHTTP-Talk_Search.html>
- Brad Schrick, "Brad's WebSTAR/MacHTTP Pages" - [This is the most comprehensive list of MacHTTP/WebSTAR servers available.] <URL:http://brad.net/webstar/>
- Chuck Shotton, "How to serve Mac documents" - Information on serving documents from Mac-specific applications like MS Word, Excel, or MacDraw Pro. (This info is somewhat outdated by the addition of MIME types in MacHTTP 1.2.4 and later.) <URL:http://www.biap.com/machttp/howto_docs.html>
- Chuck Shotton, "MacHTTP Technical Reference" - This document is intended to provide a reference to MacHTTP features and capabilities. [This document is also available as a part of the complete MacHTTP 2.2 distribution.] <URL:http://www.biap.com/documentation/technical_ref.html>
- Chuck Shotton, "MacHTTP Questions and Answers" <URL:http://www.biap.com/documentation/QandA.html>
- Chuck Shotton, "MacHTTP Security" - MacHTTP has two techniques for providing access controls. MacHTTP can restrict incoming connections based on the IP address or domain name of the remote client. Also, MacHTTP implements the "Basic" authentication scheme supported by most WWW clients and servers. This method allows you to assign access controls to files or folders that require a remote user to enter a valid username and password before they are allowed to access the information. <URL:http://www.biap.com/tutorials/Security.html>
- Chuck Shotton, "Performance Tuning for MacHTTP" - There are lots of different ways to get MacHTTP to "go real fast." This document discusses a few of the factors that affect MacHTTP's performance and how you can adjust them. <URL:http://www.biap.com/tutorials/Performance.html>
- Eric Bickford and Brad Schrick, "Mac Webmasters Consultant Directory" - "This Web site lists more then 150 consultants available throughout the world who are experts in electronic publishing on the Internet's World Wide Web using Apple Macintosh and compatible computers." <URL:http://www.macweb.com/consultants/>
- Grant Neufeld, "Macintosh World Wide Web Frequently Asked Questions" <URL:http://arpp1.carleton.ca/machttp/doc/>
- Ian Andrew Bell, "Macintosh WWW Tools Compendium" <URL:http://www.arpp.sfu.ca/tools/>
- Robert Lentz, "Macintosh Web Programs and Utilties" <URL:http://www.astro.nwu.edu/lentz/mac/net/mac-web.html>
- StarNine, "StarNine Mailing List Maintenance" <URL:http://emod.starnine.com/starnine/ListSTAR-Administration/Address-List-Editor.html>
- StarNine, "WebSTAR by StarNine Technologies" - Based on Chuck Shotton's MacHTTP, WebSTAR(TM) helps you publish hypertext documents to millions of Web users around the world, right from your Macintosh. You can also use WebSTAR to put any Macintosh file on the Web, including GIF and JPEG images and even QuickTime(TM) movies. And yet, using WebSTAR is as easy as AppleShare(r). Plus, it's faster than many Web servers running on UNIX. <URL:http://www.starnine.com/webstar/webstar.html>
- Stephen Collin, "Web 66" - <URL:http://web66.coled.umn.edu/>
- Stephen E. Collins, "Classroom Internet Server Cookbook" - This is cookbook gives the recipes for setting up an Internet server in a classroom. <URL:http://web66.coled.umn.edu/Cookbook/contents.html>
- Verity Inc., "Recent MacHTTP/WebSTAR messages sorted by date" <URL:http://asearch.mccmedia.com/MacHTTP_Talk/>
- Verity Inc., "Virtual Library Search [Macintosh]" - This page allow you to search the archives of the MacHTTP Mailing List. <URL:http://asearch.mccmedia.com/MacHTTP_Talk/search.html>
No network computing
- Grant Neufeld, "Running MacHTTP Locally Without A Network" - This text describes how to configure MacTCP so your WWW server will run even though you may not be physically connected to a network. <URL:http://arpp1.carleton.ca/machttp/doc/setup/nonetwork.html>
- Grant Neufeld, "Using TCP on a LocalTalk Network" - Grant describes how to run a WWW server on an AppleTalk-only network without the Internet. <URL:http://arpp1.carleton.ca/machttp/doc/setup/localtalk.html>
- John Norstad, "MacTCP Switcher" - This handy utility saves and restores MacTCP configurations. <URL:ftp://ftp.acns.nwu.edu/pub/jlnstuff/mactcp-switcher/mactcp-switcher-11.sea.hqx>
Readability
- HTML Writers Guild, "Principles of Good HTML Design" - This is a list of ``general principles'' of quality HTML design. It is intended to educate HTML authors to the elements of good and bad HTML style. It does not seek to ``control'' Guild members, but rather to encourage them to adopt these practices in their everyday HTML construction. <URL:http://ugweb.cs.ualberta.ca/~gerald/guild/style.html>
- Jan V. White, Graphic Design for the Electronic Age, (Watson-Guptill : New York 1988)
- Robin Williams, The Non-Designer's Design Book (Peach Pit Press: Berkeley CA 1994)
- Roy Paul Nelson, Publication Design, 5th ed. (Wm. C Brown: Debuque IA 1991)
- Yale Center for Advanced Instructional Media, "Yale C/AIM WWW Style Manual" - This is one of the more scholarly treatments of the subject. <URL:http://info.med.yale.edu/caim/StyleManual_Top.HTML>
Uniform Resource Locators
- Daniel W. Connolly, "WWW Names and Addresses, URIs, URLs, URNs, URCs" - "Addressing is one of the fundamental technologies in the web. URLs, or Uniform Resource Locators, are the technology for addressing documents on the web. It is an extensible technology: there are a number of existing addressing schemes, and more may be incorporated over time." <URL:http://www.w3.org/hypertext/WWW/Addressing/Addressing.html>
- National Center for Supercomputing Applications, "A Beginner's Guide to URLs" <URL:http://www.ncsa.uiuc.edu/demoweb/url-primer.html>
- URI working group of the Internet Engineering Task Force, "Uniform Resource Locators" - Try also, <URL:http://www11.w3.org/hypertext/WWW/Addressing/URL/URL_TOC.html>
World Wide Web
- "World Wide Web" - [This URL will take you to a terminal-based WWW browser.] <URL:telnet://telnet.w3.org:23/>
- Aaron Anderson, "Mac Net Journal" <URL:http://www.dgr.com/web_mnj/>
- Alan Richmond, "WWW Development" <URL:http://www.charm.net/~web/Vlib/>
- Bob Alberti, et al., "Internet Gopher protocol" <URL:gopher://boombox.micro.umn.edu/11/gopher/gopher_protocol>
- CERN, "[Summary of HTTP Error Codes]" <URL:http://info.cern.ch/hypertext/WWW/Protocols/HTTP/HTRESP.html>
- CERN European Laboratory for Particle Physics , "CERN Welcome" - CERN is one of the world's largest scientific laboratories and an outstanding example of international collaboration of its many member states. (The acronym CERN comes from the earlier French title: "Conseil Europeen pour la Recherche Nucleaire") <URL:http://www.cern.ch/>
- CNIDR, "freewais Page" <URL:http://cnidr.org/cnidr_projects/freewais.html>
- Distributed Computing Group within Academic Computing Services of The University of Kansas, "About Lynx" <URL:http://kufacts.cc.ukans.edu/about_lynx/about_lynx.html>
- Internet Engineering Task Force (IETF), "HTTP: A protocol for networked information" - HTTP is a protocol with the lightness and speed necessary for a distributed collaborative hypermedia information system. It is a generic stateless object-oriented protocol, which may be used for many similar tasks such as name servers, and distributed object-oriented systems, by extending the commands, or "methods", used. A feature if HTTP is the negotiation of data representation, allowing systems to be built independently of the development of new advanced representations. <URL:http://www.w3.org/hypertext/WWW/Protocols/HTTP/HTTP2.html>
- Jon Wiederspan, "Macintosh WWW Information" - "This is everything I have been able to gather about software, information sources, and online documentation that will help you put up a WWW site on your Macintosh computer. Someday soon I'll have some spiffy graphics, but that's not why you came, right? So here's the straight stuff for now." <URL:http://www.uwtc.washington.edu/Computing/WWW/Mac/Directory.html>
- Karen MacArthur, "World Wide Web Initiative: The Project" - [This site hosts many standard concerning the World Wide Web in general.] <URL:http://www.w3.org/>
- Mary Ann Pike, et al., Special Edition Using the Internet with Your Mac (Que: Indianapolis, IN 1995)
- NCSA, "NCSA Home Page" <URL:http://www.ncsa.uiuc.edu/>
- NCSA, "NCSA Mosaic Home Page" <URL:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/Docs/help-about.html>
- NCSA, "NCSA Mosaic for the Macintosh Home Page" <URL:http://www.ncsa.uiuc.edu/SDG/Software/MacMosaic/MacMosaicHome.html>
- NCSA, "NCSA Mosaic for Microsoft Windows Home Page" <URL:http://www.ncsa.uiuc.edu/SDG/Software/WinMosaic/HomePage.html>
- NCSA HTTPd Development Team, "NCSA HTTPd Overview" <URL:http://hoohoo.ncsa.uiuc.edu/docs/Overview.html>
- Software Development Group (SDG) at the National Center for Supercomputing Applications, "SDG Introduction" <URL:http://www.ncsa.uiuc.edu/SDG/SDGIntro.html>
- Thomas Boutell, "World Wide Web FAQ" - "The World Wide Web Frequently Asked Questions (FAQ) is intended to answer the most common questions about the web." <URL:http://sunsite.unc.edu/boutell/faq/www_faq.html>
- Tim Berners-Lee, Roy T. Fielding, and Henrik Frystyk Nielsen, "Hypertext Transfer Protocol" - "The Hypertext Transfer Protocol (HTTP) has been in use by the World-Wide Web global information initiative since 1990. HTTP is an application-level protocol with the lightness and speed necessary for distributed, collaborative, hyper media information systems. It is a generic, stateless, object-oriented protocol which can be used for many tasks, such as name servers and distributed object management systems, through extension of its request methods (commands). A feature of HTTP is the typing and negotiation of data representation, allowing systems to be built independently of the data being transferred." <URL:http://www.w3.org/hypertext/WWW/Protocols/Overview.html>
- Ulrich Pfeifer, "FreeWAIS-sf" <URL:http://ls6-www.informatik.uni-dortmund.de/freeWAIS-sf/>
- University of Kansas, "KUfact Online Information System" <URL:http://kufacts.cc.ukans.edu/cwis/kufacts_start.html>
- University of Minnesota Computer & Information Services Gopher Consultant service, "Information about gopher" <URL:gopher://gopher.tc.umn.edu/11/Information%20About%20Gopher>
- Vannevar Bush, "As We May Think" Atlantic Monthly 176 (July 1945): 101-108 <URL:http://www.csi.uottawa.ca/~dduchier/misc/vbush/as-we-may-think.html>
- WAIS, Inc., "WAIS, Inc." <URL:http://www.wais.com/>
Search this book |
Previous | Table of contents | Next
Eric last edited this page on September 26, 1995. Please feel free to send comments.